home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00100.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  164 b   |  7 lines

  1. on mouseUp
  2.   global gCurrentMovie, gDemoDataPath, gCurrentFrame
  3.   set gCurrentMovie to "Stanley" & gDemoDataPath
  4.   set gCurrentFrame to "House"
  5.   go(marker(1))
  6. end
  7.